type regexp.input

7 uses

	regexp (current package)
		backtrack.go#L140: func (re *Regexp) tryBacktrack(b *bitState, i input, pc uint32, pos int) bool {
		exec.go#L56: func (i *inputs) newBytes(b []byte) input {
		exec.go#L61: func (i *inputs) newString(s string) input {
		exec.go#L66: func (i *inputs) newReader(r io.RuneReader) input {
		exec.go#L85: func (i *inputs) init(r io.RuneReader, b []byte, s string) (input, int) {
		exec.go#L175: func (m *machine) match(i input, pos int) bool {
		regexp.go#L378: type input interface {